home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9411 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: news.sover.net!news
  2. From: sstryker@sover.net (Stew Stryker)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Any Good Books on C++
  5. Date: Fri, 1 Mar 1996 11:26:14 -0400
  6. Organization: Southern Vermont Network
  7. Message-ID: <19960301152614.sstryker@sover.net>
  8. References: <4gvji1$ohb@cbisinet.cbis.com> <4gvji1$ohb@cbisinet.cbis.com> <4h1lrr$h9b@crchh327.rich.bnr.ca>
  9. NNTP-Posting-Host: pm0a15.wrj.sover.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-NewsReader: Emissary News v1.01.007, by Wollongong Inc.
  14.  
  15.  
  16. Bret Bieghler wrote:
  17.  
  18. [snip]
  19. >Compiler manuals?  yuckkkkkkkkkkk....
  20.  
  21. Ditto.
  22.  
  23. I worked through "Teach Yourself C++ Programming in 21 Days" by Jesse
  24. Liberty, and found it pretty good.
  25.  
  26. My background: I've read some C and took a course long ago, but certainly
  27. didn't know it.  But I've learned and used 8 different languages, so didn't
  28. think a new one would be that tough.  I was wrong.
  29.  
  30. Book's pros:
  31.  
  32. - Many code examples which clearly showed the concepts
  33.  
  34. - Decent ability to use as reference manual
  35.  
  36. - Good explanations of what's going on in the code examples
  37.  
  38. - Good analogies and examples of why you'd use a technique, as well as
  39. comparisons between when you'd use one technique over another
  40.  
  41. Book's cons:
  42.  
  43. - Typos.  Not bad in the beginning, but they seemed to get worse as the
  44. book went on.  I had to re-read a section about 5 times before I became
  45. convinced that there was a major typo in the code examples, rather than
  46. that I was just stupid, stupid, stupid!
  47.  
  48. I sent email to the author, but was never graced with a reply.
  49.  
  50. - Example code is available on floppy, but only for an additional $20 to
  51. the author.  Since the book as $30 in the first place, I think it should
  52. have included the floppy.  On the other hand, I think you learn some by
  53. typing in the code yourself.
  54.  
  55.  
  56. Now I just gotta start using C++ at work to get this to sink in!
  57.  
  58. Stew
  59.